Skip to content

Conversation

@andrewlee348
Copy link
Contributor

@andrewlee348 andrewlee348 commented May 22, 2025

No description provided.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented May 22, 2025

Deploying web-sdk-react-example with  Cloudflare Pages  Cloudflare Pages

Latest commit: b2e1fd3
Status: ✅  Deploy successful!
Preview URL: https://33b0d29c.web-sdk-react-example.pages.dev
Branch Preview URL: https://widget-v2.web-sdk-react-example.pages.dev

View logs

@andrewlee348 andrewlee348 marked this pull request as ready for review June 13, 2025 23:02
@andrewlee348 andrewlee348 requested review from a team and 0xsequence-bot as code owners June 13, 2025 23:02
Copy link
Contributor

@SamueleA SamueleA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!
A few things I noticed:

  1. NFTs which aren't squares don't display well. We should have the square be able to display the entirety of the image of an NFT.

image
image
You can test with the following collection (if you DM me I can send you one for testing): https://polygonscan.com/token/0x631998e91476da5b870d741192fc5cbc55f5a52e

  1. The explore tab of a collection doesn't seem to be doing anything. Not sure if it's incomplete or buggy. If the former, we can always remove the tab option.
    image

  2. There's a black circle over my gravatar. I'm not sure what's supposed to go there. I'm assuming it's the current network?

image

  1. I've managed to break the app, but I'm a bit unsure what is causing the issue.
    Here are the steps I did:
    a. in the home of the demo app, click on universal wallet and connect with a sequence wallet through facebook or google
    b. open the widget, click the walet icon and click on "+ add wallet"
    c. The app will crash.
    d. Then, clear application data, go to the home page of the demo application, click universal wallet. The app will crash.

In my case, I was already connected to the app on localhost:4444 so it didn't go through the connect modal for universal. In other words, the two scenarios that need second view are clicking on "+ add wallet" when connected with a sequence universal wallet (not waas) and clicking the "universal wallets" option in the demo app with all application data cleared.

@andrewlee348
Copy link
Contributor Author

andrewlee348 commented Jun 24, 2025

  1. I've gone and reverted my change to fill the entire tile. You should be able to see the full height of collectibles now.
    image
    image
  2. The explore tab is incomplete as the designs didn't delve into what that would contain. I've gone and added a coming soon description for now.
    image
  3. The black circle is because there isn't a logo for guest in this pr. I've added one in this pr: feat: added social linking modal #460 so once thats merged, I can rebase and it will show up.
  4. This has to do with the connect modal being updated to add guest logins. There was a missing condition to check whether the connect was waas or universal before instantiating a SequenceWaaS object. The PR to fix this is: feat: added social linking modal #460

SamueleA
SamueleA previously approved these changes Jun 25, 2025
feat: added homescreen tabs,
feat: added modal border
refactor: removed outdated screens
feat: changed balance in home to show total balance with no filters
fix: fixed CoinRow showing price instead of fiat balance
feat: added functionality to operation popover in home screen
fix: adjusted useSettings to allow selection of multiple networks
feat: updated settings screens,
feat: tweaked small ui elements,
fix: clipping filter menu buttons (added horizontal scrolling)
feat: refactored loading tabs logic,
feat: improved filter exit flow
refactor: combined several major components
removed unnecessary swap components
@andrewlee348 andrewlee348 merged commit 76edd42 into master Jun 27, 2025
2 checks passed
@andrewlee348 andrewlee348 deleted the widget-v2 branch June 27, 2025 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants